﻿/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
    font-weight: inherit;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/* 补充 */
.fl {
    float: left;
}

.fr {
    float: right;
}
/* 清除浮动 */
.clearfix::after {
    display: block;
    content: "";
    clear: both;
}
.team .baseWidth .team_list ul li img {
	height: 200px;
}
 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    vertical-align: top;
	width:100%;
}

input {
    outline: none;
    border: none;
}
.logo img{
    height: 55px;
    width: 200px;
    /*margin-left: 100px;*/
}
a {
    text-decoration: none;
    color: #000;;
    font-size: 14px;
}
/* 这里可以根据设计稿背景颜色字体大小作相对应的设置 */
body {
    line-height: 28px;
    color: #666;
    font-size: 14px;
	font-family: 微软雅黑;
}
/* 页面基础宽度 */
.baseWidth {
    width: 1200px;
    margin: 0 auto;

}
#zxfg .zxfg_img {
    width: 484px;
    float: left;
    padding-right: 10px;
}
#zxfg .zxfg_img img{
    border: 2px solid #E3E3E3;
}
.MagicThumb img {
    border: 2px solid #E3E3E3;
    outline: none;
}
#zxfg .zxfg_t {
    background: #ffffff;
    width: 670px;
    float: right;
    padding: 0px;
}
#zxfg .zxfg_t h1 {
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dfdfdf;
}
#zxfg h1 {
    overflow: hidden;
    font-family: "microsoft yahei";
    font-size: 24px;
    text-align: center;
    color: #0c0c0c;
}
#zxfg .zxfg_t .zxfg_li {
    font-size: 15px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #dfdfdf;
}
#zxfg .zxfg_t ul {
    padding: 6px 0;
}
#zxfg .zxfg_t .zxfg_li li {
    float: left;
    width: 33%;
    height: 20px;
	list-style: none;
	margin-bottom: 5px;
}
#zxfg .zxfg_xg li {
    padding: 0px 8px;
	list-style: none;
	float: left;
	width: 30%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px;
}

#zxfg .zxfg_t li a {
    color: #9E9E9E;
    text-decoration: none;
	font-size: 14px;
}
.zxfg_xg {
    line-height: 25px;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 6px;
    background-color: #F6F6F6;
    font-size: 14px;
	overflow: hidden;
}
#zxfg .zxfg_t ul {
    padding: 6px 0;
}
.zxfg_jj {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 30px;
	border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #dfdfdf;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.xgtp {
    margin-top: 10px;
	border: 1px solid #E3E3E3;
}
.xgtp_t h2 {
    line-height: 35px;
    width: 255px;
    text-align: center;
    font-size: 18px;
    float: left;
    color: #d9000d;
    background: #f2f2f2;
    margin: 0px;
	border-right: 1px solid #E3E3E3;
}
.xgtp_t {
    border-bottom: 1px solid #E3E3E3;
}
.xgtp_5 .xgtp_xgt img{
    width: 581px;
    height: 390px;
}
.xgtp_5 .xgtp_com{
    padding:5px;
}
.none {
    display: none;
}
.module-default {
    margin: 0;
    padding: 0;
}
.link-fixed-side {
	margin-bottom: 1px;
	font-size: 12px
}

.link-fixed-side li {
	margin-bottom: 1px;
	position: relative
}

.link-fixed-side li .link-name {
	display: block;
	width: 70px;
	min-height: 70px;
	height: auto!important;
	_height: 70px;
	background-color: gray;
	color: #fff;
	text-align: center;
	*margin-bottom: -4px
}

.link-fixed-side li .link-name:hover,.link-fixed-side li.active .link-name {
	background-color: #f90;
	text-decoration: none
}

.link-fixed-side li.first .link-name {
	background-color: #f90
}

.link-fixed-side li.first .link-name:hover {
	background-color: #f90
}

.link-fixed-side li i {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 32px;
	height: 32px;
	overflow: hidden;
	margin-top: 6px;
	background-repeat: no-repeat;
	background-position: 0 0
}

.link-fixed-side li span {
	display: block;
	line-height: normal;
	padding-bottom: 5px
}

.link-fixed-side li .link-name-min span {
	display: block;
	line-height: 70px
}

.link-fixed-side .link-summary {
	display: none;
	position: absolute;
	right: 70px;
	top: 0;
	min-width: 130px;
	max-width: 200px;
	_width: 130px;
	min-height: 35px;
	height: auto!important;
	_height: 35px;
	padding: 20px 15px 15px;
	background-color: #f90
}

.link-fixed-side .link-summary .arrow-section-r {
	display: block;
	width: 5px;
	height: 9px;
	position: absolute;
	top: 22px;
	right: 0;
	background: url(../img/arrow-section-r.gif) no-repeat
}

.link-fixed-side .link-summary .link-summary-content {
	font-size: 16px;
	color: #fff;
	font-weight: 700
}

.link-fixed-side .link-summary .qhd-content p {
	margin-bottom: 5px
}

.link-fixed-side .link-summary .qhd-content p a {
	color: #4d4d4d
}

.link-fixed-side .link-summary .qhd-content p a:hover {
	color: #1e78e8
}

.fixed-left .link-fixed-side .link-summary {
	right: 0;
	left: 70px
}

.fixed-left .link-fixed-side .link-summary .arrow-section-r {
	right: auto;
	left: 0;
	background: url(../img/arrow-section-l.gif) no-repeat
}
.fixed-side {
    position: fixed;
    top: 35%;
    z-index: 10001;
}
.fixed-right {
    right: 0;
    float: right;
}
.link-fixed-side .link-summary .weixin-content img{
    width: 100px;
}
.link-fixed-side .link-summary01 {
  min-width: 100px;
  padding: 13px 15px 15px;
}
.xgtp_xgt li {
    list-style: none;
}
.xgtp_xgt .xgtp_img {
    width: 100%;
    overflow: hidden;
}
.xgtp_xgt .xgtp_img img {
    width: 32.49%;
    float: left;
	height: auto;
}
.xgtp_xgt .xgtp_nr {
    border-top: 1px dotted #E3E3E3;
    border-bottom: 1px dotted #E3E3E3;
    background: #f8f8f8;
    padding: 5px;
    font-size: 14px;
	color: #666;
}
.xgtp_xgt .xgtp_nr strong {
    color: #d9000d;
    padding-right: 15px;
	background: url(../img/icon_nr.jpg) no-repeat left;
	padding-left: 20px;
}